home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TBACKUPSWUSRDIALOG / TBACKUPSWUSRDIALOG.txt
Text File  |  2008-11-13  |  4KB  |  168 lines

  1. object BackupSwUsrDialog: TBackupSwUsrDialog
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'switch user account'
  7.   ClientHeight = 202
  8.   ClientWidth = 453
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   HelpFile = '9'
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnKeyDown = FormKeyDown
  20.   DesignSize = (
  21.     453
  22.     202)
  23.   PixelsPerInch = 96
  24.   TextHeight = 14
  25.   object lblTitle: TResLabel
  26.     Left = 12
  27.     Top = 12
  28.     Width = 428
  29.     Height = 33
  30.     Anchors = [akLeft, akTop, akRight]
  31.     AutoSize = False
  32.     Caption = 'lblTitle'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -12
  36.     Font.Name = 'Tahoma'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     Transparent = True
  40.     WordWrap = True
  41.     ExplicitWidth = 429
  42.   end
  43.   object lblPassword: TResLabel
  44.     Left = 12
  45.     Top = 83
  46.     Width = 77
  47.     Height = 14
  48.     Font.Charset = ANSI_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -12
  51.     Font.Name = 'Tahoma'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     Transparent = True
  55.     ResourceCaption = 50326
  56.   end
  57.   object lblUsername: TResLabel
  58.     Left = 12
  59.     Top = 55
  60.     Width = 77
  61.     Height = 16
  62.     AutoSize = False
  63.     Font.Charset = ANSI_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -12
  66.     Font.Name = 'Tahoma'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     Transparent = True
  70.     ResourceCaption = 50325
  71.   end
  72.   object lblError: TResLabel
  73.     Left = 12
  74.     Top = 138
  75.     Width = 421
  76.     Height = 21
  77.     Anchors = [akLeft, akTop, akRight]
  78.     AutoSize = False
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clRed
  81.     Font.Height = -13
  82.     Font.Name = 'Tahoma'
  83.     Font.Style = [fsItalic]
  84.     ParentFont = False
  85.     Transparent = True
  86.     WordWrap = True
  87.     ExplicitWidth = 422
  88.   end
  89.   object edtPassword: TEdit
  90.     Left = 95
  91.     Top = 80
  92.     Width = 346
  93.     Height = 22
  94.     Font.Charset = ANSI_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -12
  97.     Font.Name = 'Tahoma'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     PasswordChar = '*'
  101.     TabOrder = 1
  102.     OnChange = edtPasswordChange
  103.   end
  104.   object cbxRememberPassword: TResTeCheckBox
  105.     Left = 95
  106.     Top = 108
  107.     Width = 346
  108.     Height = 24
  109.     OnKeyDown = cbxRememberPasswordKeyDown
  110.     AllowGrayed = False
  111.     Alignment = kalLeftJustify
  112.     Checked = True
  113.     Spacing = 5
  114.     State = kcbsChecked
  115.     ThemeObject = 'default'
  116.     TabOrder = 2
  117.     Transparent = True
  118.     WordWrap = True
  119.     ResourceCaption = 50364
  120.   end
  121.   object btnOK: TResTeButton
  122.     Left = 199
  123.     Top = 166
  124.     Width = 118
  125.     Height = 25
  126.     Caption = 'btnOK'
  127.     Default = True
  128.     Font.Charset = ANSI_CHARSET
  129.     Font.Color = clWindowText
  130.     Font.Height = -12
  131.     Font.Name = 'Tahoma'
  132.     Font.Style = []
  133.     ModalResult = 1
  134.     ParentFont = False
  135.     TabOrder = 3
  136.   end
  137.   object btnCancel: TResTeButton
  138.     Left = 323
  139.     Top = 166
  140.     Width = 118
  141.     Height = 25
  142.     Cancel = True
  143.     Caption = 'btnCancel'
  144.     Font.Charset = ANSI_CHARSET
  145.     Font.Color = clWindowText
  146.     Font.Height = -12
  147.     Font.Name = 'Tahoma'
  148.     Font.Style = []
  149.     ModalResult = 2
  150.     ParentFont = False
  151.     TabOrder = 4
  152.   end
  153.   object cbxUsername: TComboBox
  154.     Left = 95
  155.     Top = 52
  156.     Width = 346
  157.     Height = 22
  158.     ItemHeight = 14
  159.     TabOrder = 0
  160.     OnChange = cbxUsernameChange
  161.   end
  162.   object ThemeForm: TTeForm2
  163.     ThemeObject = 'StandardDialog'
  164.     Left = 408
  165.     Top = 126
  166.   end
  167. end
  168.